home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / fsattach / mount < prev    next >
Encoding:
Text File  |  1990-02-12  |  586 b   |  25 lines

  1. # This is the mount file read by fsattach
  2.  
  3. /dev/rsd0g    -argforg
  4.  
  5. #Command    <Prefix>     <Device/Path> <Pass>   <Scope>         <Access>
  6.  
  7. Attach        /        /dev/rsd0a    root    export        rw
  8. Attach        /t2        /dev/rsd0b    A    export        rw
  9. Attach        /a        /dev/rsd1c    B    export        rw
  10. Attach        /b        /dev/rsd0g    A    export        rw
  11. Attach        /c        /dev/rsd2c    C    export        rw
  12. #Attach        /d        /dev/rsd3c    D    export        rw
  13.  
  14. Export        /t1        /local
  15.  
  16. # The following are arguments to fscheck. The are on a per-device basis, 
  17. # although a device of "all" refers to all devices.
  18.  
  19. /dev/rsd0a    -arga -argb 10
  20. /dev/rsd0a    -argc
  21. all        -allofthem
  22. /dev/rsd0b    -outputFile foo
  23.  
  24.  
  25.